home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group97b.txt / 000026_icon-group-sender _Tue Jul 15 15:25:23 1997.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Received: from kingfisher.CS.Arizona.EDU by cheltenham.cs.arizona.edu; Fri, 18 Jul 1997 15:08:19 MST
  2. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  3.     id AA05665; Fri, 18 Jul 1997 15:08:18 -0700
  4. Date: Tue, 15 Jul 1997 15:25:23 -0500
  5. Message-Id: <199707152025.PAA22485@segfault.cs.utsa.edu>
  6. From: Clinton Jeffery <jeffery@segfault.cs.utsa.edu>
  7. To: espie@triere.ens.fr
  8. Cc: icon-group@cs.arizona.edu
  9. In-Reply-To: <5qe1ao$9pg$1@nef.ens.fr> (espie@triere.ens.fr)
  10. Subject: Icon graphics on 16-color machines
  11. Reply-To: jeffery@cs.utsa.edu
  12. Errors-To: icon-group-errors@cs.arizona.edu
  13. Status: RO
  14.  
  15.  
  16. [Marc Espie wrote:]
  17. > my X display is rather peculiar: I only have 4 color 
  18. > planes, for a grand total of 16 possibly different colors. Most icon color 
  19. > programs tend to allocate more than 16 colors, and so fail abysmally...
  20. > other programs such as the pure amiga port of Ghostscript manage to produce
  21. > awesome color graphics with the same limitations.  
  22.  
  23. There used to be lots of platforms with 16 colors; now they are rare.  Some
  24. window systems automatically dither colors on such platforms, but X Window
  25. servers generally do not.  Icon's implementation does not presently do
  26. dithering other than when the window system automatically does it for us.
  27. Marc, if you want to put code that adds dithering into either of the Amiga
  28. (X Window or Intuition) Icon implementations, that would be great.  :-)
  29.  
  30. Clint Jeffery, jeffery@cs.utsa.edu
  31. Division of Computer Science, The University of Texas at San Antonio
  32. Research http://www.cs.utsa.edu/research/plss.html
  33.